Fixed width:250px and height:150px
percentage of its parent width:20% and height:20%
50vw wide, 20vh height → resizes with window.
em Units
Width = 15em (depends on font-size of its parent).
rem Units
Width = 20rem (relative to root font-size).